[3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered with exception raised. (GH-18656).#18732
Merged
serhiy-storchaka merged 1 commit intoMar 2, 2020
Conversation
…ered with exception raised. (pythonGH-18656). (cherry picked from commit 28d0bca) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Codecov Report
@@ Coverage Diff @@
## 3.8 #18732 +/- ##
==========================================
+ Coverage 82.09% 82.11% +0.02%
==========================================
Files 1919 1918 -1
Lines 582263 576927 -5336
Branches 43739 43739
==========================================
- Hits 477981 473724 -4257
+ Misses 94712 93632 -1080
- Partials 9570 9571 +1
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit 28d0bca)
https://bugs.python.org/issue38913